From: kaf24@localhost.localdomain Date: Fri, 29 Dec 2006 16:24:57 +0000 (+0000) Subject: Fix libxenstore library dependencies. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~120 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=8053a62d5a2c617c925cc285ad953955240c0153;p=xen.git Fix libxenstore library dependencies. Signed-off-by: Mark Johnson --- diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index a18347d4b1..0596379aca 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -91,7 +91,7 @@ libxenstore.so.$(MAJOR): libxenstore.so.$(MAJOR).$(MINOR) ln -sf $< $@ libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic - $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ -lpthread + $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_CFLAGS) -o $@ $^ $(SOCKET_LIBS) -lpthread libxenstore.a: xs.o xs_lib.o $(AR) rcs libxenstore.a $^